Skip to content

Latest commit

 

History

History
22 lines (18 loc) · 279 Bytes

README.md

File metadata and controls

22 lines (18 loc) · 279 Bytes

WebSocket Demo

Launch stack:

postal launch

Start frontend server in one terminal:

postal enter web
cd frontend
npm run serve

Start backend server in one terminal:

postal enter web
cd backend
python3 serve.py

Open http://localhost in your browser!