1HOP(1) General Commands Manual HOP(1)
2
3
4
6 hop 3.1.0 - `a Multitier Web Development Kit'
7
8
10 hop [ options ] [ input ]
11
12
14 Hop is a development kit for diffuse (or ubiquitous) Web applications.
15 It contains a Web server (that is started by invoking the hop command,
16 a server-side native compiler, a client-side compiler, and one server-
17 side interpreter. The client-side compiler and the server-side inter‐
18 preter are embedded inside the Web server. The native compiler is an
19 extension of the Bigloo compiler.
20
21 The complete Hop documentation is available as a Web application. To
22 access it, starts the server and browse the url
23
24 http://localhost:8080/hop/doc
25
26
28 options Many options are available. Type `hop -help' to print them.
29
30 -p port Selects the port the server listened connections to.
31
32 -v Increases verbosity.
33
34 input If an input file is provided, Hop loads it at boot-time. The
35 purpose of this option is let end users automatically loads
36 programs in the server.
37
38
40 Each Hop's user can use a special configuration file named `~/.con‐
41 fig/hoprc.hop' (or ~/Library/Preferences/hop/hoprc.hop under MacOsX).
42 This file makes it possible to modify the behaviour of the server. This
43 file is a regular Hop program file. See the documentation for details.
44
45
47 hopsh(1), hopreplay(1), bigloo(1), bglafile(1)
48
49
51 Manuel SERRANO, Manuel.Serrano@inria.fr
52
53
54
55
56
57 Version 3.1.0 HOP(1)