razer 0.1.5

A server side way to controll your website with rust
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <title>Chat</title>
    <script src="https://cdn.jsdelivr.net/gh/AMTitan/razer@latest/js/razer.min.js"></script>
</head>
<body>
<div id="text"></div>
<input id="input" type="text">
</body>
</html>