Skip to content

Instantly share code, notes, and snippets.

View 4KaNE's full-sized avatar
🗾
Walking

4KaNE 4KaNE

🗾
Walking
View GitHub Profile
@4KaNE
4KaNE / index.html
Last active January 20, 2024 06:52
Use WebSocket with bottle and vue.js
<html>
<head>
<title>WebSocket with Bottle</title>
<script src="https://cdn.jsdelivr.net/npm/vue@2.5.15/dist/vue.js"></script>
</head>
<body>
<section class="section" id="app">
<p>{{wsdata}}</p>
<p>time: {{wsdata.time}}</p>
<p>random: {{wsdata.random}}</p>
@4KaNE
4KaNE / index.md
Last active January 19, 2024 10:57
自宅サーバーからAmazon SESを介したメール送受信を設定してみる

自宅サーバーからAmazon SESを介したメール送受信を設定してみる

Important

適当にいじくりまわしてる際のメモがベースであり特に文章が体系化されていたりベストプラクティスを示しているわけではない点に注意
その場の感想を書いてるだけなので後半で設定の意味が分かって掌返してる個所がある
Qiitaとかに投げるには情報の整理と裏付け、説明用スクショの撮影等が面倒くさかったのでここで放流
ソースは基本的にhttps://docs.aws.amazon.com/

Note

当作業時点でAWSはEC2でマイクラサーバーとか自作のDiscordBotを動かして遊んでた程度