Skip to content

LongDinhh/socketio-boilerplate

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Features

  • Socket.io

  • Cluster mode using Redis

  • Centralized configuration

  • Api integration

  • ES6 syntax

Setup

This app is configure to work with express-api-boilerplate out of the box. To quickly run the application without modifying it, make sure that the api is running, then follow the steps below to start developing your next React app.

  • Download this project source git clone https://github.com/xpepermint/socketio-boilerplate.

  • Run npm install to install dependencies.

  • Run npm run server to start HTTP server.

  • Open ./examples/client.html file with your browser and check the logs.

Related Projects

About

Super simple socket.io server template.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 77.8%
  • HTML 22.2%