Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hernanmd/komhttpserver
The Comanche Http Server for Pharo Smalltalk
https://github.com/hernanmd/komhttpserver
comanche http-server pharo pharo-smalltalk smalltalk web-server
Last synced: about 2 months ago
JSON representation
The Comanche Http Server for Pharo Smalltalk
- Host: GitHub
- URL: https://github.com/hernanmd/komhttpserver
- Owner: hernanmd
- License: mit
- Created: 2015-03-03T19:44:13.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2022-12-25T18:27:56.000Z (about 2 years ago)
- Last Synced: 2024-05-01T14:12:31.939Z (8 months ago)
- Topics: comanche, http-server, pharo, pharo-smalltalk, smalltalk, web-server
- Language: Smalltalk
- Homepage:
- Size: 692 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Description
The Comanche Http Server for Pharo Smalltalk
# Installation
```smalltalk
EpMonitor disableDuring: [
Metacello new
baseline: 'KomHttpServer';
repository: 'github://hernanmd/KomHttpServer/repository';
load ]
```