/tcp-boilerplate

This is a simple TCP/IP client and server boilerplate to be used in some IoT and streaming projects in a near future.

Primary LanguageTypeScriptMIT LicenseMIT

TCP Controller

This is a simple TCP/IP client and server boilerplate to be used in some IoT and streaming projects in a near future.

What is it!?

A sample of architecture to use TCP/IP client/server communication between one or more computers. The main goal of this repository is to create a boilerplate to be used in near projects of IoT and back-ends. For more information look at TCP Controller Framework.

Metadata

Muryllo Pimenta de Oliveira – muryllo.pimenta@upe.br

Distributed under MIT license. See LICENSE for more informations.

Contributing

  1. Create a fork (https://github.com/MurylloEx/tcp-boilerplate/fork)
  2. Create a feature branch (git checkout -b feature/fooBar)
  3. Commit your changes (git commit -am 'Add some fooBar')
  4. Send a push of your commit (git push origin feature/fooBar)
  5. Open a new Pull Request