Skip to content

Creating a realtime application with Koa, RethinkDB, Socket.io and Nuxt.

Notifications You must be signed in to change notification settings

lautiamkok/koa-realtime

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Koa Realtime

Creating a realtime Koa application with RethinkDB, Socket.io and Nuxt.

Read the post here about this repository.

Quick start

  • Frontend: Nuxt
# install dependencies
$ npm install

# serve with hot reload at localhost:3000
$ npm run dev

# build for production and launch server
$ npm start
  • Backend: Koa
# install dependencies
$ npm install

# serve with hot reload at localhost:3030
$ npm run dev

# build for production and launch server
$ npm start

About

Creating a realtime application with Koa, RethinkDB, Socket.io and Nuxt.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages