Skip to content

eanglay/barcamp2015

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

BarCamp2015

This repository incude all the resources that used during the presentation on BarCamp Phnom Penh 2015.

Visit my live demo site. :)

https://Joden-Lay.github.io/barcamp2015

Requirements

Start Server

Assume you have Node.js installed on your computer

  1. In listed files below, replace the url with your server url (by default localhost:3000)
  • server/public/j.html
  • server/public/js/custom.js
  • server/public/chat/js/chat.js
// replace with your server url
var server_url = "http://localhost:3000/";
  1. Open Terminal(unix) or cmd(windows) then goto $project_folder/server and type command below to install all dependencies
cd /project_path/server
npm install
  1. Now start your node server (inside same folder as #2)
node server.js

Goto http://localhost:3000 or your configurad server and enjoy testing :)

Goto http://your_server/j.html for access joystick (make your joy is open before goto the game)

Reference Resources

LICENSE

(The MIT License) Copyright (c) 2015 Joden Lay <joden.lay@gmail.com>

About

Presentation resources for "Building Realtime Application with Node.js" section on BarCamp Phnom Penh 2015 event

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages