Git Product home page Git Product logo

chatroomserver's Introduction

ChatroomServer

  • Amber Higgins, 13327954
  • MAI Computer Engineering 2017/2018
  • For CS7NS1 Scalable Computing module
  • Last tested: 2017-11-23 13:22:19.806. Score: 102. grade

Dependencies

This project requires JRE 1.7.0_151 and JUnit v4.12. Additional external dependencies as below.

Runtime Dependencies

Included in the /libs dir

  • Joda Time 2.9.9

Test Dependencies

Included in the /testlibs dir

  • Mockito v1.9.5

Deployment Instructions

  1. Clone this repository using git clone https://www.github.com/amhiggin/ChatroomServer .
  2. Run the compile.sh script:
    • Assign execute permissions using 'chmod 755 compile.sh'. (don't forget sudo if necessary).
    • Run using './compile.sh'.
  3. Run the start.sh script:
    • As before, assign execute permissions using 'chmod 755 start.sh'.
    • Run the script, specifying the port number you want the server to be accessible at. This looks something like './start.sh <port_number>'.
    • You should see a message similar to the following: 01/11/2017 15:31:52>> Server started on port 1234...

Remote Debugging

  • In the start.sh script, comment out the (1) line and uncomment the (2) line to make remote debugging available to an IDE. The default port is set to be 23456, and the server will suspend startup until a debugger attaches.
  • Important: Do not have both (1) and (2) uncommented at the same time.

Extra Notes

  • The architecture has changed substantially since the initial commit: including the addition and then removal of a threadpool execution service.

chatroomserver's People

Contributors

amhiggin avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.