An open API service indexing awesome lists of open source software.

https://github.com/objeck/objeck-web-server

Webserver API Examples for Objeck
https://github.com/objeck/objeck-web-server

https https-server webserver

Last synced: 5 months ago
JSON representation

Webserver API Examples for Objeck

Awesome Lists containing this project

README

          

# Objeck - Web Server Library Examples

Sample programs for the Objeck web server library.

Examples:
* [Hello World, basic](examples/hello_http.obs)
* [Basic file support, via configuration, secure](examples/simple_config_https.obs)
* [Form post, secure](examples/form_post_https.obs)
* [Response with compression, secure](examples/compress_response_https.obs)
* [Multipart upload, via configuration, secure](examples/multi_mime_http.obs)
* [jQuery, via configuration, secure](examples/jquery_config_https.obs)

Please refer to the Objeck [project page](https://github.com/objeck/objeck-lang/) to learn more about the language.