Giter Site home page Giter Site logo

connectedtraffic's Introduction

ConnectedTraffic

This project was done for a school-project. The basic idea was to have a chat built with WebSockets. Somehow I ended up with something more like a Framework than a standalone app.

WebSockets

Is a HTML5 feature. See http://en.wikipedia.org/wiki/WebSocket and the according RFC: https://tools.ietf.org/html/rfc6455.

What is it?

It's a Framework completely written in PHP5 (OO). It provides an very easy way to build applications like chats or other livetime event-thingys. All The communication is via WebSockets. Not a single HTTP-Request.

Current state

As the deadline of the project hasn't reached yet, there is a lot left to do. But currently I'm able to build a chatApp on top of the framework. So the basics are up and running.

TODOs

So what exactly is left to do?

Framework

  • Feature: Build the Notifier-Concept (Server-Side events, eg via INOTIFY or Time-based (maybe redis-support?!))
  • Protocol: Make it possible to remove unused header-fields.
  • Protocol: Keeping performance in mind: make it possible to work without field-names to reduce data-usage
  • Code: Frame-Classes need refactoring
  • Bug: Large messages support (>65k chars)
  • Bug: Binary-message support (File-sending/receiving)
  • Exception: work with more and actively.
  • Documentation of every file/class/method

For developers/users

  • Javascript Client/Library needs a lot of improvement
  • examples, so everyone can get it running within seconds
  • Documentation: Tutorials, HowTos, Protocol, FAQs, etc.

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.