Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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 ]
```