GithubHelp home page GithubHelp logo

neurodrone / nitro Goto Github PK

View Code? Open in Web Editor NEW

This project forked from bumptech/nitro

0.0 2.0 0.0 1.07 MB

Queueing/Networking Library

License: Other

C 85.60% Shell 0.18% Python 0.39% JavaScript 13.83%

nitro's Introduction

Nitro

Nitro is a very fast, flexible, high-level network communication library.

http://gonitro.io

Build

You need:

  1. Linux, Mac OS X, FreeBSD... something Unix-y
  2. redo, a build tool ( https://github.com/apenwarr/redo )
  3. libev development libraries installed (something like apt-get install libev-dev should work)
  4. libsodium ( https://github.com/jedisct1/libsodium/releases ). 0.4.2+ recommended.

Then:

Build Nitro

$ redo

Run the Nitro test suite

$ redo check

Install Nitro

$ sudo redo install

Build Note

If you need to specify a different gcc executable besides just gcc, you can define $CC in the environment:

CC=gcc-4.7 redo

Using Nitro

Nitro uses pkg-config; so after you're installed, just do something like:

$ cat test.c
#include <nitro.h>

void main() {
        nitro_runtime_start();
}
$ gcc `pkg-config --cflags nitro` test.c `pkg-config --libs nitro`
$ ./a.out
$

Examples

You can find examples in the examples/ directory in the distribution.

Bindings, Docs, Etc.

Check out the website:

http://gonitro.io

Status

Nitro is beta software. Submit bug reports, please!

Author

Jamie Turner [email protected] @jamwt

nitro's People

Contributors

dowski avatar magicseth avatar

Watchers

 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.