KomHttpServer

Description

The Comanche Http Server for Pharo Smalltalk

Details

Source
GitHub
Dialect
pharo (65% confidence)
License
MIT
Created
March 3, 2015
Updated
Dec. 25, 2022
Topics
comanche http-server pharo pharo-smalltalk smalltalk web-server

Categories

Web

README excerpt

# Description

The Comanche Http Server for Pharo Smalltalk

# Installation

```smalltalk
EpMonitor disableDuring: [ 
  Metacello new
	  baseline: 'KomHttpServer';
	  repository: 'github://hernanmd/KomHttpServer/repository';
	  load ]
```
← Back to results