Skip to content

Jenssen/chat

Repository files navigation

Chat

Server-rendered chat application built with Nuxt, Express & Socket.io.

Working demo can be found at chat.jenssen.me

Getting Started

# install dependencies
$ npm install

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

# build for production and launch server
$ npm run build
$ npm start

Built With

  • Nuxt.js - Universal Vue.js Applications
  • Express - Minimal and flexible Node.js web application framework
  • Socket.io - Real-time bidirectional event-based communication
  • Bulma - CSS Framework based on Flexbox