Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/manuel-serrano/hop
Multitier JavaScript
https://github.com/manuel-serrano/hop
Last synced: 2 months ago
JSON representation
Multitier JavaScript
- Host: GitHub
- URL: https://github.com/manuel-serrano/hop
- Owner: manuel-serrano
- License: other
- Created: 2015-08-16T15:43:38.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2024-11-12T19:14:05.000Z (2 months ago)
- Last Synced: 2024-11-12T20:22:49.850Z (2 months ago)
- Language: Scheme
- Size: 33 MB
- Stars: 143
- Watchers: 10
- Forks: 18
- Open Issues: 13
-
Metadata Files:
- Readme: README
- License: LICENSE
Awesome Lists containing this project
README
Hop, Multitier Web Programming
==============================![branch workflow](https://github.com/manuel-serrano/bigloo/actions/workflows/bigloo.yml/badge.svg)
Hop is a new programming language designed for the Web 2.0. It is a
higher-order language for programming interactive web applications
such as web agendas, web galleries, music players, etc. Hop can be
viewed as a replacement for traditional graphical toolkits. HOP is
implemented as a Web broker, i.e., a Web server that may act
indifferently as a regular Web server or Web proxy.HOP features:
* an extensive set of widgets for programming fancy GUIs.
* an extensive set of libraries for:
o handling database accesses.
o dealing with network connections.
o parsing wiki documents.
o supporting various protocols such as IMAP, ICALENDAR, ...
o supporting various formats such as EXIF, ID3, ...
o parsing and generating XML documents.
o ...HOP is available at:
http://hop.inria.fr
To install Hop, see the INSTALL file.
Once, Hop installed, it can be tested by simply running it on a port, for
instance 8800, and then browsing the URL:http://localhost:8800
with any modern Web browser. We recommend Firefox 30.0 and higher but
Chrome, Konqueror, Opera 9, Safari, and Internet Explorer 7 can also
be used.