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
- Host: GitHub
- URL: https://github.com/objeck/objeck-web-server
- Owner: objeck
- Created: 2021-12-11T04:14:07.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-02-23T21:38:59.000Z (over 2 years ago)
- Last Synced: 2025-02-10T05:44:04.120Z (over 1 year ago)
- Topics: https, https-server, webserver
- Language: HTML
- Homepage:
- Size: 239 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.