Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 362 Bytes

README.md

File metadata and controls

14 lines (9 loc) · 362 Bytes

Svelte-Websocket-Template

A template for using Websockets with Svelte (using the socket.io library)

Usage

git clone https://github.com/fabyanMikhael/Svelte-Websocket-Template.git
cd Svelte-Websocket-Template

Starting the Client Server

cd client && npm i && npm run dev

Starting the Websocket Server

cd server && npm i && node server.js