Skip to content

A small WebSocket demo project using Vue and Python.

Notifications You must be signed in to change notification settings

sqcrh/websocket-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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!

About

A small WebSocket demo project using Vue and Python.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published