Skip to content

A simple solution for syncing message among different front web pages using Socket.io and Koa2.

Notifications You must be signed in to change notification settings

callmeYe/WebSync-Koa2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WebSync-Koa2

A simple solution for syncing message among different front web pages using Socket.io and Koa2.

Getting started

  1. First you need to install Node and MongoDB,then execute the following command on the server.
npm install
npm run start  # default listen on prot 3000

# or if you use yarn

yarn
yarn start  # default listen on prot 3000

  1. Open your browser and type 'localhost:3000'.

About

A simple solution for syncing message among different front web pages using Socket.io and Koa2.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published