Coder Social home page Coder Social logo

ouistiti-project / ouistiti Goto Github PK

View Code? Open in Web Editor NEW
7.0 7.0 2.0 3.58 MB

Embedded HTTP server

License: MIT License

Makefile 8.60% C 78.30% HTML 4.92% Shell 1.87% Dockerfile 0.30% Python 0.85% JavaScript 2.42% Thrift 0.66% C++ 0.77% CSS 1.32%
authn c cgi embedded http http-server httpd https-server linux mbedtls oauth2 oauth2-server reverse-http streaming virtual-hosts websocket webstreaming

ouistiti's People

Contributors

mchalain avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

Forkers

cyysu wtseve

ouistiti's Issues

Extend clienthelper.

To create new tests, it is required to send requests on different server connections.
The clienthelper may read more than one request file and open a connection for each one.

Queued data in the webstreamer

Currently the webstreamer send data to the opened socket. If any socket is not opened, the data are lost.
The packeted data may be piped, and send on GET request. The socket may be closed and reopened fir the next data.

MQTT client

A restAPI to subscribe a broker, and GET request to read new messages. PUT request to send data to the broker.

Python support of Django

the module configuration must read urls.py files from django packages to set the scripts and links

[BUILD]:'LIBHTTPSERVER_DIR' variable not taken into account in the ".mk" files

Hi,
the LIBHTTPSERVER_DIR Build variable is supposed pointing to the sources of the libhttpserver that could be outside the "ouistiti" root dir. This variable should be used in the ".mk" files to add the "libhttpserver" in the Include paths but it is not which leads to a build error:

Error type:
mod_document.c:39:35: fatal error: httpserver/httpserver.h: No such file or directory
Fix: use the LIBHTTPSERVER_DIR in the .mk files
-mod_document_CFLAGS+=-DSTATIC_FILE -I../libhttpserver/include
+mod_document_CFLAGS+=-DSTATIC_FILE -I$(LIBHTTPSERVER_DIR)/include
regards
Haithem.

update documentation

The documentation needs:

  • one docs/.md file for each module
  • split the REAME.md into docs directory
  • tools to generate html files from md

Python running in new process

Python module should run with a new process.
The request's content should be send to the python function as a stream

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.