Skip to content
This repository has been archived by the owner on Mar 19, 2018. It is now read-only.
/ Chat Public archive

A chat (server + client) written in JavaScript using node.js, socket.io, jQuery and jQuery mobile

License

Notifications You must be signed in to change notification settings

CallToPowerLegacy/Chat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Chat

Screenshot

Author

Denis Meyer, CallToPower Software

Website

https://sites.google.com/site/calltopowersoftware/

Description

A chat (server + client) written in JavaScript using node.js, socket.io, jQuery and jQuery mobile.

Version

1.0.1

License

GNU Lesser General Public License (LGPL), Version 3, 29 June 2007

Used libraries

Requirements

  • node
    • brew install npm
  • grunt
    • npm install grunt@v0.12.7
  • socket.io
    • npm install socket.io@0.9.16

Debug Start

  • go to src/
  • edit variables in files
    • "server/variables.js"
    • "client/js/variables.js"
  • edit other variables such as game field size at
    • "server/game/variables.js"
    • "client/js/game/variables.js"
  • go to server/ and start server via
    • node server.js
  • or compile via
    • grunt build

Release

  • edit variables in files
    • "server/variables.js"
    • "client/js/game.js"
  • edit other variables such as game field size at
    • "server/game/variables.js"
    • "client/js/game.js"
  • grunt build
    • The project resources will be in the folder "Build"
    • Change Build/client/index.html dependencies
  • start server via
    • node server.js > log.txt &

About

A chat (server + client) written in JavaScript using node.js, socket.io, jQuery and jQuery mobile

Resources

License

Stars

Watchers

Forks

Packages

No packages published